home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_612 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  125 b   |  9 lines

  1. onEnterFrame = function()
  2. {
  3.    if(Key.isDown(32))
  4.    {
  5.       _parent.play();
  6.       delete this.onEnterFrame;
  7.    }
  8. };
  9.